Skip to content

bpo-15303: Support widgets with boolean value False in Tkinter#23904

Merged
serhiy-storchaka merged 1 commit into
python:masterfrom
serhiy-storchaka:tkinter-widget-is-none
Dec 25, 2020
Merged

bpo-15303: Support widgets with boolean value False in Tkinter#23904
serhiy-storchaka merged 1 commit into
python:masterfrom
serhiy-storchaka:tkinter-widget-is-none

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Dec 23, 2020

Copy link
Copy Markdown
Member

Use widget is None instead of checking the boolean value of a widget.

https://bugs.python.org/issue15303

Use `widget is None` instead of checking the boolean value of a widget.
@serhiy-storchaka
serhiy-storchaka merged commit bb70b2a into python:master Dec 25, 2020
@serhiy-storchaka
serhiy-storchaka deleted the tkinter-widget-is-none branch December 25, 2020 15:05
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
…nGH-23904)

Use `widget is None` instead of checking the boolean value of a widget.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants